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
@@ -123,7 +126,7 @@ Terraform used the selected providers to generate the following execution plan.
123
126
124
127
Terraform will perform the following actions:
125
128
126
-
# module.cratedb-cluster.aws_instance.cratedb_node[0] will be created
129
+
# module.cratedb_cluster.aws_instance.cratedb_node[0] will be created
127
130
+ resource "aws_instance""cratedb_node" {
128
131
+ ami = "ami-0afc0414aefc9eaa7"
129
132
+ arn = (known after apply)
@@ -141,7 +144,7 @@ Terraform will perform the following actions:
141
144
+ instance_type = "t3.xlarge"
142
145
+ ipv6_address_count = (known after apply)
143
146
+ ipv6_addresses = (known after apply)
144
-
+ key_name = "cratedb-cluster"
147
+
+ key_name = "cratedb_cluster"
145
148
+ monitoring = (known after apply)
146
149
+ outpost_arn = (known after apply)
147
150
+ password_data = (known after apply)
@@ -227,7 +230,7 @@ Terraform will perform the following actions:
227
230
}
228
231
}
229
232
230
-
# module.cratedb-cluster.aws_instance.cratedb_node[1] will be created
233
+
# module.cratedb_cluster.aws_instance.cratedb_node[1] will be created
231
234
+ resource "aws_instance""cratedb_node" {
232
235
[...]
233
236
}
@@ -259,7 +262,7 @@ cratedb = <sensitive>
259
262
The `cratedb` output element contains information on the newly created cluster, such as URL and credentials.
260
263
Since it contains the admin password, Terraform marks the output as sensitive and does not immediately display it. Use the `terraform output` command to display it:
0 commit comments