Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SFTP Flag Issue in v0.16.0 #65

Closed
pml-lnr opened this issue Feb 14, 2023 · 0 comments
Closed

SFTP Flag Issue in v0.16.0 #65

pml-lnr opened this issue Feb 14, 2023 · 0 comments

Comments

@pml-lnr
Copy link

pml-lnr commented Feb 14, 2023

The sftp_enabled flag requires azurerm 3.34.0 or higher, but lower than that is permitted by versions.tf in v0.16.0

https://github.com/Azure-Terraform/terraform-azurerm-storage-account/blob/v0.16.0/main.tf line 18

sftp_enabled flag availability:
Absent: https://registry.terraform.io/providers/hashicorp/azurerm/3.33.0/docs/resources/storage_account
Present: https://registry.terraform.io/providers/hashicorp/azurerm/3.34.0/docs/resources/storage_account

https://github.com/Azure-Terraform/terraform-azurerm-storage-account/blob/v0.16.0/versions.tf:
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.0"
}

@pml-lnr pml-lnr changed the title SFTP in v0.16.0 SFTP Flag Issue in v0.16.0 Feb 14, 2023
@jhisc jhisc closed this as completed Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants