mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-24 15:36:26 -06:00
correct resource name in example
This commit is contained in:
parent
11f67ddc39
commit
396fed9bd6
@ -53,7 +53,7 @@ resource "terraform_remote_state" "vpc" {
|
||||
|
||||
resource "aws_instance" "foo" {
|
||||
# ...
|
||||
subnet_id = "${terraform_state.vpc.output.subnet_id}"
|
||||
subnet_id = "${terraform_remote_state.vpc.output.subnet_id}"
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user