You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ terraform plan -out plan.tfplan
......
data.tencentcloud_security_groups.selected: Read complete after 2s [id=sg-nma6pdd3]
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# tencentcloud_instance.ops_recovery_tmp_sever[0] will be created
+ resource "tencentcloud_instance""ops_recovery_tmp_sever" {
.......
+ orderly_security_groups = [
+ "sg-nma6pdd3",
]
......
}
Actual Behavior
$ terraform plan -out plan.tfplan
......
data.tencentcloud_security_groups.selected: Read complete after 2s [id=securityGroups-sg-nma6pdd3-]
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# tencentcloud_instance.ops_recovery_tmp_sever[0] will be created
+ resource "tencentcloud_instance""ops_recovery_tmp_sever" {
.......
+ orderly_security_groups = [
+ "securityGroups-sg-nma6pdd3-",
]
......
}
The text was updated successfully, but these errors were encountered:
Terraform Version
Terraform v1.7.4
on linux_amd64
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Actual Behavior
The text was updated successfully, but these errors were encountered: