Skip to content

Commit

Permalink
rearrange prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
c2thorn committed Oct 24, 2023
1 parent 0c39779 commit ed36d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mmv1/products/orgpolicy/CustomConstraint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ examples:
vars:
policy_name: 'custom.disableGkeAutoUpgrade'
test_vars_overrides:
policy_name: '"tf-test-custom.disableGkeAutoUpgrade-" + acctest.RandString(t, 10)'
policy_name: '"custom.tf-test-disableGkeAutoUpgrade-" + acctest.RandString(t, 10)'
test_env_vars:
org_id: :ORG_ID
- !ruby/object:Provider::Terraform::Examples
Expand All @@ -43,7 +43,7 @@ examples:
vars:
policy_name: 'custom.disableGkeAutoUpgrade'
test_vars_overrides:
policy_name: '"tf-test-custom.disableGkeAutoUpgrade-" + acctest.RandString(t, 10)'
policy_name: '"custom.tf-test-disableGkeAutoUpgrade-" + acctest.RandString(t, 10)'
test_env_vars:
org_id: :ORG_TARGET
parameters:
Expand Down

0 comments on commit ed36d27

Please sign in to comment.