{ "version": 4, "terraform_version": "1.7.6", "serial": 405, "lineage": "8cc81352-6282-2072-f1ab-2a9781394714", "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-22e29000c2682a2e4", "ami": "ami-5a9be200", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6e0c9d19"], "subnet_id": "subnet-8fe234ae", "key_name": "prod-deploy-key" } } ] } ] }