Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tencentcloud/resource_tc_tcr_service_account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const testAccTcrServiceAccount = `

resource "tencentcloud_tcr_instance" "example" {
name = "tf-example-tcr-instance"
instance_type = "basic"
instance_type = "premium"
delete_bucket = true
tags = {
"createdBy" = "terraform"
Expand Down Expand Up @@ -107,7 +107,7 @@ const testAccTcrServiceAccount_Update = `

resource "tencentcloud_tcr_instance" "example" {
name = "tf-example-tcr-instance"
instance_type = "basic"
instance_type = "premium"
delete_bucket = true
tags = {
"createdBy" = "terraform"
Expand Down
2 changes: 1 addition & 1 deletion tencentcloud/resource_tc_tcr_tag_retention_rule_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func testAccCheckTCRTagRetentionRuleExists(re string) resource.TestCheckFunc {
const testAccTCRInstance_retention = `
resource "tencentcloud_tcr_instance" "mytcr_retention" {
name = "tf-test-tcr-retention"
instance_type = "basic"
instance_type = "premium"
delete_bucket = true

tags ={
Expand Down
2 changes: 1 addition & 1 deletion tencentcloud/resource_tc_tcr_webhook_trigger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func testAccCheckTCRWebhookTriggerExists(re string) resource.TestCheckFunc {
const testAccTCRInstance_webhooktrigger = `
resource "tencentcloud_tcr_instance" "mytcr_webhooktrigger" {
name = "tf-test-tcr-%s"
instance_type = "basic"
instance_type = "premium"
delete_bucket = true

tags ={
Expand Down