{ "version": 4, "terraform_version": "1.8.1", "serial": 316, "lineage": "f0e8219c-a537-8e98-db1d-339e40d9f63b", "outputs": { "db_endpoint": { "value": "db-4.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-a906fcac7c9d1b4a3", "ami": "ami-a3b1d2b1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cf1c0505"], "subnet_id": "subnet-752badb0", "key_name": "prod-deploy-key" } } ] } ] }