{ "version": 4, "terraform_version": "1.5.4", "serial": 336, "lineage": "75548cff-d28c-75aa-a46f-32ac3b2f2bf6", "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-5743a92865e2e0d60", "ami": "ami-023031b5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8928ec9c"], "subnet_id": "subnet-a2a0f30e", "key_name": "prod-deploy-key" } } ] } ] }