{ "version": 4, "terraform_version": "1.8.5", "serial": 277, "lineage": "dd00ab8d-3378-0274-d8b1-f332d1c463f6", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-7f52b470f4750fafe", "ami": "ami-6b135226", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a6c4cc07"], "subnet_id": "subnet-5f7aa20a", "key_name": "prod-deploy-key" } } ] } ] }