{ "version": 4, "terraform_version": "1.7.6", "serial": 444, "lineage": "4bc0456f-696c-7794-331e-af166915ce9a", "outputs": { "db_endpoint": { "value": "db-4.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-908e67c26769b44f1", "ami": "ami-b3d3f88c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-cface1f6"], "subnet_id": "subnet-8bd50052", "key_name": "prod-deploy-key" } } ] } ] }