mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
resource "aws_eip" "public_web" { instance = "${aws_instance.web.instance_id}" # Defaults to false # vpc = "true" } |
||
---|---|---|
.. | ||
config.go | ||
resource_aws_eip.go | ||
resource_aws_elb.go | ||
resource_aws_instance.go | ||
resource_aws_vpc.go | ||
resource_provider_test.go | ||
resource_provider.go | ||
resources.go | ||
structure_test.go | ||
structure.go |