{ "version": 4, "terraform_version": "1.8.0", "serial": 479, "lineage": "760892a2-916c-1008-d4fe-b296765b68c6", "outputs": { "db_endpoint": { "value": "db-2.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-091e03199e2e269b5", "ami": "ami-1a079855", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-eb2cbf54"], "subnet_id": "subnet-3da8d799", "key_name": "prod-deploy-key" } } ] } ] }