March 2018
Intermediate to advanced
376 pages
7h 25m
English
resource "aws_eip" "ip" { instance = "${aws_instance.testapp.id}"}
$ terraform apply+ aws_eip.ip allocation_id: "<computed>" association_id: "<computed>" domain: "<computed>" instance: "${aws_instance.example.id}" network_interface: "<computed>" private_ip: "<computed>" public_ip: "<computed>"
Type yes to accept the changes and see the changes using the AWS console, or run the terraform show command.