{ "version": 4, "terraform_version": "1.7.8", "serial": 336, "lineage": "29e0accd-6bbf-e655-4185-dd3dea0a33af", "outputs": { "db_endpoint": { "value": "db-0.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-84294aa79ffdd06f2", "ami": "ami-99249dfe", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3a836237"], "subnet_id": "subnet-b9d920a5", "key_name": "prod-deploy-key" } } ] } ] }