{ "version": 4, "terraform_version": "1.8.7", "serial": 538, "lineage": "5e8c937a-245b-3133-04cf-1513a78d3c7e", "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-44558c188a45d42a5", "ami": "ami-1da9892b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8cd35d23"], "subnet_id": "subnet-88a9881b", "key_name": "prod-deploy-key" } } ] } ] }