Skip to content

Commit

Permalink
Add enable to attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick committed Nov 13, 2019
1 parent 88d681a commit 89b4f69
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
gcp_project_id = attribute(:gcp_project_id, default: '<%= external_attribute('gcp_project_id') -%>', description: 'The GCP project identifier.')
gcp_project_id = attribute(:gcp_project_id, default: '<%= external_attribute('gcp_project_id') -%>', description: 'The GCP project identifier.')
gcp_enable_privileged_resources = attribute(:gcp_enable_privileged_resources, default:0, description:'Flag to enable privileged resources requiring elevated privileges in GCP.')

0 comments on commit 89b4f69

Please sign in to comment.