{ "version": 4, "terraform_version": "1.8.9", "serial": 284, "lineage": "ac3832af-cc8b-8d1a-fc07-408dd8694d13", "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-8a488f08dbfb05228", "ami": "ami-1fabdd80", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cf8ec643"], "subnet_id": "subnet-c1861a50", "key_name": "prod-deploy-key" } } ] } ] }