{ "version": 4, "terraform_version": "1.8.9", "serial": 422, "lineage": "1c6db557-e15b-0b89-5384-8ded2f6b7d81", "outputs": { "db_endpoint": { "value": "db-1.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-e2ab5e079075d6fa7", "ami": "ami-18fcd91d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6c33f65a"], "subnet_id": "subnet-40b5590a", "key_name": "prod-deploy-key" } } ] } ] }