{ "version": 4, "terraform_version": "1.8.8", "serial": 587, "lineage": "5292d7cf-c18f-16dc-f314-a8b48309663b", "outputs": { "db_endpoint": { "value": "db-0.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-7fe90b79ef2b7fda8", "ami": "ami-9f46aab7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5d52d937"], "subnet_id": "subnet-76edc8a2", "key_name": "prod-deploy-key" } } ] } ] }