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 used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
176
+
+ create
177
+
178
+
Terraform will perform the following actions:
179
+
180
+
# random_string.my_string will be created
181
+
+ resource "random_string" "my_string" {
182
+
+ id = (known after apply)
183
+
+ length = 11
184
+
+ lower = true
185
+
+ min_lower = 0
186
+
+ min_numeric = 0
187
+
+ min_special = 0
188
+
+ min_upper = 0
189
+
+ number = true
190
+
+ result = (known after apply)
191
+
+ special = true
192
+
+ upper = true
193
+
}
194
+
195
+
Plan: 1 to add, 0 to change, 0 to destroy.
196
+
197
+
Changes to Outputs:
198
+
+ s = "string"
199
+
"""
200
+
201
+
expected_output="""Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
0 commit comments