{ "version": 4, "terraform_version": "1.6.4", "serial": 442, "lineage": "7075e5d5-fc6f-75a7-af05-3d23861e3cea", "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-c75d6e30705655f09", "ami": "ami-a0a24838", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-bb2c6f8c"], "subnet_id": "subnet-e8b45a06", "key_name": "prod-deploy-key" } } ] } ] }