We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
certificateAuthority
1 parent c4aea80 commit b93ee8cCopy full SHA for b93ee8c
provider/resources.go
@@ -2283,8 +2283,6 @@ func ProviderFromMeta(metaInfo *tfbridge.MetadataInfo) *tfbridge.ProviderInfo {
2283
if _, ok := pm["bootstrapSelfManagedAddons"]; !ok {
2284
pm["bootstrapSelfManagedAddons"] = resource.NewBoolProperty(true)
2285
}
2286
- // Remove deprecated certificateAuthority key from state
2287
- delete(pm, "certificateAuthority")
2288
return pm, nil
2289
},
2290
0 commit comments