{ "version": 4, "terraform_version": "1.8.0", "serial": 228, "lineage": "8b91d09f-f131-0957-44e4-24fbab1c3c63", "outputs": { "db_endpoint": { "value": "db-2.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-6b954cc8109605dd9", "ami": "ami-dea7cbfa", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c4a1ab28"], "subnet_id": "subnet-415b4225", "key_name": "prod-deploy-key" } } ] } ] }