Skip to content

Commit

Permalink
Corrected externalname config
Browse files Browse the repository at this point in the history
  • Loading branch information
drew0ps committed Sep 16, 2024
1 parent a28de04 commit 18abe85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/externalname.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ var TerraformPluginSDKExternalNameConfigs = map[string]config.ExternalName{

// containerservice
"azurerm_kubernetes_cluster": config.TemplatedStringAsIdentifier("name", "/subscriptions/{{ .setup.configuration.subscription_id }}/resourceGroups/{{ .parameters.resource_group_name }}/providers/Microsoft.ContainerService/managedClusters/{{ .external_name }}"),
"azurerm_kubernetes_cluster_extension": config.TemplatedStringAsIdentifier("name", "{{ .parameters.kubernetes_cluster_id }}/providers/Microsoft.KubernetesConfiguration/extensions/{{ .external_name }}"),
"azurerm_kubernetes_cluster_extension": config.TemplatedStringAsIdentifier("name", "{{ .parameters.cluster_id }}/providers/Microsoft.KubernetesConfiguration/extensions/{{ .external_name }}"),
"azurerm_kubernetes_cluster_node_pool": config.TemplatedStringAsIdentifier("name", "{{ .parameters.kubernetes_cluster_id }}/agentPools/{{ .external_name }}"),

// containerregistry
Expand Down

0 comments on commit 18abe85

Please sign in to comment.