mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Clarify that you get the AMI id from metadata
This commit is contained in:
parent
21d18ae2c9
commit
76bbd3b457
@ -33,7 +33,7 @@ resource "atlas_artifact" "web" {
|
||||
|
||||
# Start our instance with the dynamic ami value
|
||||
resource "aws_instance" "app" {
|
||||
ami = "${atlas_artifact.web.id}"
|
||||
ami = "${atlas_artifact.web.metadata_full.region-us-east-1}"
|
||||
...
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user