{ "version": 4, "terraform_version": "1.8.0", "serial": 136, "lineage": "3d6345da-22d3-3d83-a73a-fea4933db54f", "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-09c8d9646c83a6710", "ami": "ami-aeb014af", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-55cd2993"], "subnet_id": "subnet-47eddc90", "key_name": "prod-deploy-key" } } ] } ] }