Skip to content

Commit c4e052b

Browse files
authored
Update registry-node.tf
1 parent 6055970 commit c4e052b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry-node/registry-node.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ resource "aws_instance" "registry-node" {
3030
ami = var.rhcos_ami
3131
instance_type = var.registry_type
3232
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\":{}}"
33+
user_data = "{\"ignition\":{\"config\":{},\"security\":{\"tls\":{}},\"timeouts\":{},\"version\":\"2.2.0\"},\"networkd\":{},\"passwd\":{\"users\":[{\"name\":\"core\",\"sshAuthorizedKeys\":[\"${var.ssh_public_key}\"]}]},\"storage\":{},\"systemd\":{}}"
3434

3535
root_block_device { volume_size = var.registry_volume }
3636
security_groups = var.registry_sg_ids

0 commit comments

Comments
 (0)