Skip to content

Commit

Permalink
add test override
Browse files Browse the repository at this point in the history
  • Loading branch information
c2thorn authored Oct 24, 2023
1 parent 2fb2b60 commit c9452ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mmv1/products/orgpolicy/CustomConstraint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,17 @@ examples:
name: 'org_policy_custom_constraint_basic'
primary_resource_id: 'constraint'
vars:
policy_name: 'custom.disableGkeAutoUpgrade'
test_vars_overrides:
policy_name: 'custom.disableGkeAutoUpgrade-'
test_env_vars:
org_id: :ORG_ID
- !ruby/object:Provider::Terraform::Examples
name: 'org_policy_custom_constraint_full'
primary_resource_id: 'constraint'
vars:
policy_name: 'custom.disableGkeAutoUpgrade'
test_vars_overrides:
policy_name: 'custom.disableGkeAutoUpgrade-'
test_env_vars:
org_id: :ORG_TARGET
Expand Down

0 comments on commit c9452ae

Please sign in to comment.