File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ resource "tencentcloud_cfs_file_system" "foo" {
147147func testAccCfsMasterInstance_multiTags (value string ) string {
148148 return fmt .Sprintf (
149149 `
150+ %s
150151resource "tencentcloud_vpc" "vpc" {
151152 name = "test-cfs-vpc"
152153 cidr_block = "10.2.0.0/16"
@@ -163,7 +164,7 @@ resource "tencentcloud_subnet" "subnet" {
163164resource "tencentcloud_cfs_file_system" "foo" {
164165 name = "test_cfs_file_system"
165166 availability_zone = "ap-guangzhou-3"
166- access_group_id = "%s"
167+ access_group_id = local.cfs_access_group_id
167168 protocol = "NFS"
168169 vpc_id = tencentcloud_vpc.vpc.id
169170 subnet_id = tencentcloud_subnet.subnet.id
@@ -174,5 +175,5 @@ resource "tencentcloud_cfs_file_system" "foo" {
174175 role = "%s"
175176 }
176177}
177- ` , BasicCfsAccessGroup , value )
178+ ` , defaultCfsAccessGroup , value )
178179}
You can’t perform that action at this time.
0 commit comments