{ "version": 4, "terraform_version": "1.7.7", "serial": 388, "lineage": "345b7e84-a7e1-d6ba-6529-144c50dead47", "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-05fec30f9ffca841e", "ami": "ami-c00e8947", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c92127dd"], "subnet_id": "subnet-86da59c2", "key_name": "prod-deploy-key" } } ] } ] }