{ "version": 4, "terraform_version": "1.8.8", "serial": 455, "lineage": "151fbbdf-5ec1-cba5-2709-21e0633300a4", "outputs": { "db_endpoint": { "value": "db-0.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-7df4b47f11e268b9e", "ami": "ami-bef117ea", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2f97b10d"], "subnet_id": "subnet-186e556c", "key_name": "prod-deploy-key" } } ] } ] }