{ "version": 4, "terraform_version": "1.7.2", "serial": 165, "lineage": "172c1a52-1121-8609-6f7e-a15088ec9440", "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-b7007f3ef4e015d38", "ami": "ami-627b5d4f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bd27752d"], "subnet_id": "subnet-98e73c01", "key_name": "prod-deploy-key" } } ] } ] }