{ "version": 4, "terraform_version": "1.8.3", "serial": 535, "lineage": "d5546598-fef2-0032-3298-37660e727cfa", "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-6d273aeab4facfada", "ami": "ami-9f947ca0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-719498a4"], "subnet_id": "subnet-9bbcc398", "key_name": "prod-deploy-key" } } ] } ] }