{ "version": 4, "terraform_version": "1.5.4", "serial": 304, "lineage": "a4d895d1-6958-d078-eda6-91f3700d67b1", "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-bc02547756f9cc0d9", "ami": "ami-c481176a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8f23fde1"], "subnet_id": "subnet-c707bf2f", "key_name": "prod-deploy-key" } } ] } ] }