Skip to content
Snippets Groups Projects
Commit 37049e98 authored by McDonnell, Marshall's avatar McDonnell, Marshall
Browse files

Change security group name to avoid clash with non-TF group name

parent 3267b1ef
Branches main
Tags 0.10.0
No related merge requests found
Pipeline #625561 passed with warnings
...@@ -3,7 +3,7 @@ variable "projects_token_map" {} ...@@ -3,7 +3,7 @@ variable "projects_token_map" {}
variable "ssh_key_file" {} variable "ssh_key_file" {}
variable "security_group_name" { variable "security_group_name" {
default = "espd-builder-sg" default = "espd-builder-sg-new"
} }
variable "security_group_description" { variable "security_group_description" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment