{ "version": 4, "terraform_version": "1.8.9", "serial": 471, "lineage": "07aa2c14-29bb-f92c-3f6c-83f9724f8339", "outputs": { "db_endpoint": { "value": "db-1.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-fe3e317fba82bd53c", "ami": "ami-5618df3f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-aa44a7a0"], "subnet_id": "subnet-a3cf3c8b", "key_name": "prod-deploy-key" } } ] } ] }