Skip to content

Commit ef7dfc9

Browse files
committed
one more function to move.
1 parent 648a451 commit ef7dfc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/terraform/resources/resource_container_cluster.go.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2383,7 +2383,6 @@ func expandPodSecurityPolicyConfig(configured interface{}) *containerBeta.PodSec
23832383
<% end -%>
23842384
}
23852385

2386-
<% unless version == 'ga' -%>
23872386
func expandDefaultMaxPodsConstraint(v interface{}) *containerBeta.MaxPodsConstraint {
23882387
if v == nil {
23892388
return nil
@@ -2394,6 +2393,7 @@ func expandDefaultMaxPodsConstraint(v interface{}) *containerBeta.MaxPodsConstra
23942393
}
23952394
}
23962395

2396+
<% unless version == 'ga' -%>
23972397
func expandResourceUsageExportConfig(configured interface{}) *containerBeta.ResourceUsageExportConfig {
23982398
l := configured.([]interface{})
23992399
if len(l) == 0 || l[0] == nil {

0 commit comments

Comments
 (0)