{ "version": 4, "terraform_version": "1.8.5", "serial": 537, "lineage": "56cf2603-020b-7a8e-89c6-45ee9cf025b9", "outputs": { "db_endpoint": { "value": "db-1.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-78e080877b2d9f607", "ami": "ami-709c2c66", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-dcdc221b"], "subnet_id": "subnet-31dd91fc", "key_name": "prod-deploy-key" } } ] } ] }