Skip to content

Commit

Permalink
Updating Google Account variable definition
Browse files Browse the repository at this point in the history
  • Loading branch information
twerthi committed Jun 9, 2022
1 parent 9b167e3 commit 2e96286
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "octopusdeploy_variable" "gcp_variable_account" {
name = "GCP.Account"
type = "GoogleCloudAccount"
is_editable = true
is_sensitive = true
is_sensitive = false
value = octopusdeploy_gcp_account.gcp_account.id
owner_id = octopusdeploy_library_variable_set.gcp_variable_set.id
}
Expand Down

0 comments on commit 2e96286

Please sign in to comment.