{ "version": 4, "terraform_version": "1.8.5", "serial": 193, "lineage": "f02e20bd-2f9c-fc8b-03b0-f08680714dab", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-1702c9efc809f1013", "ami": "ami-28613d01", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-22831f26"], "subnet_id": "subnet-834a0cc4", "key_name": "prod-deploy-key" } } ] } ] }