{ "version": 4, "terraform_version": "1.7.0", "serial": 171, "lineage": "ee68936a-17e6-3f83-5564-9af070cf1dea", "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-5719303753aa4a0de", "ami": "ami-8456f20e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-dab4da2f"], "subnet_id": "subnet-c8de0cc8", "key_name": "prod-deploy-key" } } ] } ] }