We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6055970 commit c4e052bCopy full SHA for c4e052b
registry-node/registry-node.tf
@@ -30,7 +30,7 @@ resource "aws_instance" "registry-node" {
30
ami = var.rhcos_ami
31
instance_type = var.registry_type
32
subnet_id = local.instance_subnet_id
33
- user_data = "{\"ignition\":{\"config\":{},\"security\":{\"tls\":{}},\"timeouts\":{},\"version\":\"2.2.0\"},\"networkd\":{},\"passwd\":{\"users\":[{\"name\":\"core\",\"sshAuthorizedKeys\":[\"${var.ssh_public_key}}\"]}]},\"storage\":{},\"systemd\":{}}"
+ user_data = "{\"ignition\":{\"config\":{},\"security\":{\"tls\":{}},\"timeouts\":{},\"version\":\"2.2.0\"},\"networkd\":{},\"passwd\":{\"users\":[{\"name\":\"core\",\"sshAuthorizedKeys\":[\"${var.ssh_public_key}\"]}]},\"storage\":{},\"systemd\":{}}"
34
35
root_block_device { volume_size = var.registry_volume }
36
security_groups = var.registry_sg_ids
0 commit comments