{ "version": 4, "terraform_version": "1.7.4", "serial": 587, "lineage": "f8181602-55dd-2529-72ee-9b9d67ceaa55", "outputs": { "db_endpoint": { "value": "db-2.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-b1ae638c4185a3ecd", "ami": "ami-37897077", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-96a2094e"], "subnet_id": "subnet-9aff4dba", "key_name": "prod-deploy-key" } } ] } ] }