Skip to content

Commit

Permalink
Adding needed is_sensitive property
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-the-butler committed Jan 12, 2022
1 parent 61fba4c commit 1c4a620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions octopus-samples-instances/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ resource "octopusdeploy_library_variable_set" "api_keys" {
resource "octopusdeploy_variable" "azurevmss_api_key" {
name = "APIKeys.AzureVMSS"
type = "Sensitive"
is_sensitive = true
value = var.octopus_azurevmss_api_key
owner_id = octopusdeploy_library_variable_set.api_keys.variable_set_id
}
1 change: 1 addition & 0 deletions octopus-samples-instances/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ variable "octopus_azure_account_password" {

variable "octopus_azurevmss_api_key" {
type = string
sensitive = true
}

0 comments on commit 1c4a620

Please sign in to comment.