{ "version": 4, "terraform_version": "1.8.7", "serial": 545, "lineage": "700551de-8ae6-fa9f-6f63-72d8dc34d610", "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-1b19a2023a137d341", "ami": "ami-79c7c075", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-64b2400f"], "subnet_id": "subnet-3a6504cf", "key_name": "prod-deploy-key" } } ] } ] }