{ "version": 4, "terraform_version": "1.5.5", "serial": 586, "lineage": "49c4b666-d4fd-8f54-cdd4-732cda7c6d9f", "outputs": { "db_endpoint": { "value": "db-1.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-68de7f60d8bfe605b", "ami": "ami-2c9e0555", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-29f678f7"], "subnet_id": "subnet-314696f2", "key_name": "prod-deploy-key" } } ] } ] }