{ "version": 4, "terraform_version": "1.6.5", "serial": 180, "lineage": "e56d3d04-0868-2a91-a28d-71ceac67cf48", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-a9e7b8eec4c0acff8", "ami": "ami-7e5ea3ad", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0b2971bc"], "subnet_id": "subnet-48863373", "key_name": "prod-deploy-key" } } ] } ] }