{ "version": 4, "terraform_version": "1.8.7", "serial": 183, "lineage": "8e86486c-a6b0-5c1b-2185-3da9728cd171", "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-a6eebbd997896933e", "ami": "ami-df60c753", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3081f0cb"], "subnet_id": "subnet-348ca5c3", "key_name": "prod-deploy-key" } } ] } ] }