{ "version": 4, "terraform_version": "1.5.7", "serial": 563, "lineage": "4af65ede-9f43-1721-b1aa-089a86fce66c", "outputs": { "db_endpoint": { "value": "db-4.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-30c36c6d996b5731c", "ami": "ami-a14c1160", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2e22350e"], "subnet_id": "subnet-7cfe3cb4", "key_name": "prod-deploy-key" } } ] } ] }