Name | Version |
---|---|
aws | >= 4.0 |
Name | Version |
---|---|
aws | 4.26.0 |
tls | 4.0.1 |
No modules.
No inputs.
Name | Description |
---|---|
private_key_pem | (String, Sensitive) Private key data in PEM (RFC 1421) format. |
private_vm_0_ip | The private IP address assigned to the instance, if applicable. |
public_key_pem | (String) Public key data in PEM (RFC 1421) format. NOTE: the underlying libraries that generate this value append a at the end of the PEM. In case this disrupts your use case, we recommend using trimspace(). |
public_vm_0_ip | The public IP address assigned to the instance, if applicable. NOTE: If you are using an aws_eip with your instance, you should refer to the EIP's address directly and not use public_ip as this field will change after the EIP is attached. |
ssh_private_key | (String, Sensitive) Private key data in OpenSSH PEM (RFC 4716) format. |
ssh_public_key | (String) The public key data in "Authorized Keys" format. This is not populated for ECDSA with curve P224, as it is not supported. NOTE: the underlying libraries that generate this value append a at the end of the PEM. In case this disrupts your use case, we recommend using trimspace(). |