Skip to content

Commit

Permalink
feat/private_dns
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenEarth committed Sep 20, 2023
1 parent b84e3f5 commit 6cfe9bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "tencentcloud_private_dns_zone" "example" {
}
resource "tencentcloud_vpc" "vpc" {
name = "vpc-mysql"
name = "vpc-example"
cidr_block = "10.0.0.0/16"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ resource "tencentcloud_private_dns_zone" "example" {
}
resource "tencentcloud_vpc" "vpc" {
name = "vpc-mysql"
name = "vpc-example"
cidr_block = "10.0.0.0/16"
}
Expand Down

0 comments on commit 6cfe9bb

Please sign in to comment.