Skip to content

Commit

Permalink
Removing the space id as that conflicts with the name
Browse files Browse the repository at this point in the history
  • Loading branch information
BobJWalker committed Dec 10, 2021
1 parent 65e6555 commit 8e28fa4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion octopus-instance-bootstrap/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ provider "octopusdeploy" {
# configuration options
address = var.octopus_address
api_key = var.octopus_api_key
space_id = var.octopus_space_id
space_name = var.octopus_space_name
}

Expand Down

0 comments on commit 8e28fa4

Please sign in to comment.