We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648a451 commit ef7dfc9Copy full SHA for ef7dfc9
third_party/terraform/resources/resource_container_cluster.go.erb
@@ -2383,7 +2383,6 @@ func expandPodSecurityPolicyConfig(configured interface{}) *containerBeta.PodSec
2383
<% end -%>
2384
}
2385
2386
-<% unless version == 'ga' -%>
2387
func expandDefaultMaxPodsConstraint(v interface{}) *containerBeta.MaxPodsConstraint {
2388
if v == nil {
2389
return nil
@@ -2394,6 +2393,7 @@ func expandDefaultMaxPodsConstraint(v interface{}) *containerBeta.MaxPodsConstra
2394
2393
2395
2396
+<% unless version == 'ga' -%>
2397
func expandResourceUsageExportConfig(configured interface{}) *containerBeta.ResourceUsageExportConfig {
2398
l := configured.([]interface{})
2399
if len(l) == 0 || l[0] == nil {
0 commit comments