{ "version": 4, "terraform_version": "1.7.4", "serial": 216, "lineage": "95a7dcf1-6f80-1d58-a320-e790860dd85f", "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-009020a7a3dba79df", "ami": "ami-010c143a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-51160722"], "subnet_id": "subnet-0e3f246c", "key_name": "prod-deploy-key" } } ] } ] }