{ "version": 4, "terraform_version": "1.7.6", "serial": 287, "lineage": "8be386b1-7e08-3f23-3fca-51eb2528d935", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-62cbc0affbad5542b", "ami": "ami-d4e36fb8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b7e2a65d"], "subnet_id": "subnet-09435c33", "key_name": "prod-deploy-key" } } ] } ] }