@@ -22,7 +22,7 @@ func TestAccTencentCloudAPIGateWayCustomDomain_basic(t *testing.T) {
2222 Config : testAccCustomDomain ,
2323 Check : resource .ComposeTestCheckFunc (
2424 testAccCheckCustomDomainExists ("tencentcloud_api_gateway_custom_domain.foo" ),
25- resource .TestCheckResourceAttr ("tencentcloud_api_gateway_custom_domain.foo" , "service_id" , "service-7lybgojo " ),
25+ resource .TestCheckResourceAttr ("tencentcloud_api_gateway_custom_domain.foo" , "service_id" , "service-nxz6yync " ),
2626 resource .TestCheckResourceAttr ("tencentcloud_api_gateway_custom_domain.foo" , "sub_domain" , "tic-test.dnsv1.com" ),
2727 resource .TestCheckResourceAttr ("tencentcloud_api_gateway_custom_domain.foo" , "protocol" , "http" ),
2828 resource .TestCheckResourceAttr ("tencentcloud_api_gateway_custom_domain.foo" , "net_type" , "OUTER" ),
@@ -35,7 +35,7 @@ func TestAccTencentCloudAPIGateWayCustomDomain_basic(t *testing.T) {
3535 Config : testAccCustomDomainUpdate ,
3636 Check : resource .ComposeTestCheckFunc (
3737 testAccCheckCustomDomainExists ("tencentcloud_api_gateway_custom_domain.foo" ),
38- resource .TestCheckResourceAttr ("tencentcloud_api_gateway_custom_domain.foo" , "service_id" , "service-7lybgojo " ),
38+ resource .TestCheckResourceAttr ("tencentcloud_api_gateway_custom_domain.foo" , "service_id" , "service-nxz6yync " ),
3939 resource .TestCheckResourceAttr ("tencentcloud_api_gateway_custom_domain.foo" , "sub_domain" , "tic-test.dnsv1.com" ),
4040 resource .TestCheckResourceAttr ("tencentcloud_api_gateway_custom_domain.foo" , "protocol" , "http" ),
4141 resource .TestCheckResourceAttr ("tencentcloud_api_gateway_custom_domain.foo" , "net_type" , "OUTER" ),
@@ -113,7 +113,7 @@ func testAccCheckCustomDomainExists(n string) resource.TestCheckFunc {
113113
114114const testAccCustomDomain = `
115115resource "tencentcloud_api_gateway_custom_domain" "foo" {
116- service_id = "service-7lybgojo "
116+ service_id = "service-nxz6yync "
117117 sub_domain = "tic-test.dnsv1.com"
118118 protocol = "http"
119119 net_type = "OUTER"
@@ -125,7 +125,7 @@ resource "tencentcloud_api_gateway_custom_domain" "foo" {
125125
126126const testAccCustomDomainUpdate = `
127127resource "tencentcloud_api_gateway_custom_domain" "foo" {
128- service_id = "service-7lybgojo "
128+ service_id = "service-nxz6yync "
129129 sub_domain = "tic-test.dnsv1.com"
130130 protocol = "http"
131131 net_type = "OUTER"
0 commit comments