@@ -68,16 +68,16 @@ data "stacklet_policy" "one" {
68
68
}
69
69
70
70
resource "stacklet_policy_collection" "example" {
71
- name = "tf-cursor- example-collection"
71
+ name = "example-collection"
72
72
cloud_provider = "AWS"
73
73
description = "Example policy collection"
74
74
auto_update = true
75
75
}
76
76
77
77
resource "stacklet_account_group" "example" {
78
- name = "tf-cusror- example-account-group"
78
+ name = "example-account-group"
79
79
cloud_provider = "AWS"
80
- description = "test account group from terraform "
80
+ description = "Example account group"
81
81
regions = ["us-east-1", "us-east-2"]
82
82
}
83
83
@@ -100,15 +100,15 @@ resource "stacklet_policy_collection_mapping" "one" {
100
100
resource "stacklet_account" "two" {
101
101
cloud_provider = "AWS"
102
102
key = "000000000000" # AWS account ID
103
- name = "test-tf- acccount"
103
+ name = "test-acccount"
104
104
short_name = "tftest"
105
- description = "Test account from terraform testing update "
105
+ description = "Test account"
106
106
107
107
}
108
108
109
109
resource "stacklet_binding" "binding" {
110
- name = "test-tf-cursor- binding"
111
- description = "created with terraform update "
110
+ name = "test-binding"
111
+ description = "Created with terraform"
112
112
account_group_uuid = stacklet_account_group.example.uuid
113
113
policy_collection_uuid = stacklet_policy_collection.example.uuid
114
114
}
0 commit comments