{ "version": 4, "terraform_version": "1.8.3", "serial": 235, "lineage": "d4f4eb49-81f1-5aa4-8e71-174ab5bff345", "outputs": { "db_endpoint": { "value": "db-3.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-933585f9508fbf939", "ami": "ami-ef3184a4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-47461c30"], "subnet_id": "subnet-6db4bb1d", "key_name": "prod-deploy-key" } } ] } ] }