{ "version": 4, "terraform_version": "1.6.3", "serial": 401, "lineage": "518dae2d-ccd2-1a17-ae33-715f31093ef3", "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-894347197d21bff32", "ami": "ami-4f30fca7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-31ddd603"], "subnet_id": "subnet-cbbecf7e", "key_name": "prod-deploy-key" } } ] } ] }