{ "version": 4, "terraform_version": "1.8.7", "serial": 529, "lineage": "2b1cb0c2-a404-89df-668f-3d06aa849d88", "outputs": { "db_endpoint": { "value": "db-3.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-36018ebccea002d10", "ami": "ami-d200cbca", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6e833ca7"], "subnet_id": "subnet-36efe1c0", "key_name": "prod-deploy-key" } } ] } ] }