{ "version": 4, "terraform_version": "1.7.0", "serial": 237, "lineage": "76dfe5f8-cad5-f017-6e7e-2ac75d9b3016", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-e712d70dd8e9e826a", "ami": "ami-2f408016", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-966c8781"], "subnet_id": "subnet-bf2d8fd9", "key_name": "prod-deploy-key" } } ] } ] }