Template:Provisioner example
Revision as of 13:21, 17 January 2023 by Ant (talk | contribs) (Created page with " resource "aws_instance" "your_web" { # ... provisioner "local-exec" { command = "echo The server's IP address is ${self.private_ip}" } }")
resource "aws_instance" "your_web" { # ... provisioner "local-exec" { command = "echo The server's IP address is ${self.private_ip}" } }
Advertising: