Skip to content

Commit

Permalink
add is_vlab_account
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jul 7, 2025
1 parent 05016ef commit 18b3512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ tf_region_type: "ew"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
vpc_domain_name: ""
is_lab_account: true
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ tf_region_type: "gov"
vpc_dns_servers: [ ]
vpc_ntp_servers: [ ]
vpc_domain_name: ""
is_lab_account: true

0 comments on commit 18b3512

Please sign in to comment.