diff --git a/internal/services/containerapps/container_app_environment_data_source.go b/internal/services/containerapps/container_app_environment_data_source.go index bce7014a6c655..efc93909fae3c 100644 --- a/internal/services/containerapps/container_app_environment_data_source.go +++ b/internal/services/containerapps/container_app_environment_data_source.go @@ -66,7 +66,7 @@ func (r ContainerAppEnvironmentDataSource) Attributes() map[string]*pluginsdk.Sc return map[string]*pluginsdk.Schema{ "location": commonschema.LocationComputed(), - "log_analytics_workspace_costumer_id": { + "log_analytics_workspace_customer_id": { Type: pluginsdk.TypeString, Computed: true, Description: "The Customer ID of the Log Analytics Workspace this Container Apps Managed Environment is linked to.",