Skip to content

Commit daaa5fc

Browse files
committed
fix: rename name to avooid collision
1 parent 4f52d49 commit daaa5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/organizational/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variable "sysdig_secure_for_cloud_member_account_id" {
1414
variable "name" {
1515
type = string
1616
description = "Name is the prefix used in the resources will be created"
17-
default = "sfctest-org-ecs"
17+
default = "sfc-test-org-ecs"
1818
}
1919

2020
variable "region" {

0 commit comments

Comments
 (0)