{ "version": 4, "terraform_version": "1.8.1", "serial": 207, "lineage": "7a632835-244a-f552-82e1-8bf42c8e2f1a", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-9c0df96b5f94706dd", "ami": "ami-238bc900", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-bda67afd"], "subnet_id": "subnet-62e4e94f", "key_name": "prod-deploy-key" } } ] } ] }