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

azurerm_container_app_environment's internal_load_balancer_enabled must be set along with infrastructure_subnet_id. #40

Closed
1 task done
lonegunmanb opened this issue Dec 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@lonegunmanb
Copy link
Member

Is there an existing issue for this?

  • I have searched the existing issues

Greenfield/Brownfield provisioning

greenfield

Terraform Version

1.6.3

Module Version

0.2.0

AzureRM Provider Version

3.85.0

Affected Resource(s)/Data Source(s)

azurerm_container_app_environment

Terraform Configuration Files

`examples/dapr`

tfvars variables values

none

Debug Output/Panic Output

╷
│ Error: Missing required argument
│
│   with module.containerapps.azurerm_container_app_environment.container_env,
│   on ..\..\main.tf line 25, in resource "azurerm_container_app_environment" "container_env":
│   25:   internal_load_balancer_enabled = var.container_app_environment_internal_load_balancer_enabled
│
│ "internal_load_balancer_enabled": all of `infrastructure_subnet_id,internal_load_balancer_enabled` must be specified
╵

Expected Behaviour

No response

Actual Behaviour

No response

Steps to Reproduce

No response

Important Factoids

No response

References

hashicorp/terraform-provider-azurerm#23313 has added a new constriction so our examples were broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

1 participant