{ "version": 4, "terraform_version": "1.7.0", "serial": 352, "lineage": "d09757c2-a1c4-1169-1ffd-41f143c159de", "outputs": { "db_endpoint": { "value": "db-0.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-bea1a2153cfa2a2ce", "ami": "ami-6ee932de", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-053d75ac"], "subnet_id": "subnet-fc22631f", "key_name": "prod-deploy-key" } } ] } ] }