Skip to content

Commit

Permalink
update variable resource name
Browse files Browse the repository at this point in the history
  • Loading branch information
zentron committed Apr 23, 2024
1 parent 2edfb49 commit 2bd5476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/variable.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "octopusdeploy_variable" "amazon_web_services_account_variable" {
}
# create an Azure service principal account variable
resource "octopusdeploy_account" "azure_service_principal_account_variable" {
resource "octopusdeploy_variable" "azure_service_principal_account_variable" {
owner_id = "Projects-123"
type = "AzureAccount"
name = "My Azure Service Principal Account (OK to Delete)"
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/octopusdeploy_variable/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "octopusdeploy_variable" "amazon_web_services_account_variable" {
}

# create an Azure service principal account variable
resource "octopusdeploy_account" "azure_service_principal_account_variable" {
resource "octopusdeploy_variable" "azure_service_principal_account_variable" {
owner_id = "Projects-123"
type = "AzureAccount"
name = "My Azure Service Principal Account (OK to Delete)"
Expand Down

0 comments on commit 2bd5476

Please sign in to comment.