{ "version": 4, "terraform_version": "1.5.8", "serial": 220, "lineage": "94b2dc8f-b03f-3e80-cc10-0fa15eca7d97", "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-05133809a48abd126", "ami": "ami-dfb502e5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2e5bc30e"], "subnet_id": "subnet-7f36c250", "key_name": "prod-deploy-key" } } ] } ] }