Azure / terraform-azurerm-avm-res-app-managedenvironment

AVM Terraform module for Container Apps Managed Environments
MIT License
5 stars 5 forks source link

Remove unnecessary data block and tidy up outputs #27

Closed kewalaka closed 6 months ago

kewalaka commented 6 months ago

The primary purpose of this change is to remove the azapi data block within main.tf, which is unnecessary

Instead, output properties are fetched either from the body or outputs via response_export_values.

Additionally, schema validation has been enabled,

There are no functional changes in this PR.

From my repo:

image