{ "version": 4, "terraform_version": "1.6.7", "serial": 273, "lineage": "7fadae65-0564-347a-6c41-7080996a3ca9", "outputs": { "db_endpoint": { "value": "db-2.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-cb63b4721c86fb73d", "ami": "ami-fb40d092", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ef4a0716"], "subnet_id": "subnet-cec0ee6d", "key_name": "prod-deploy-key" } } ] } ] }