{ "version": 4, "terraform_version": "1.5.1", "serial": 181, "lineage": "09222cc5-1e2e-2a2e-a844-34226c96ed37", "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-ad4a43696e92d30c7", "ami": "ami-3f75726f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8d6ba3ad"], "subnet_id": "subnet-3d5d6513", "key_name": "prod-deploy-key" } } ] } ] }