{ "version": 4, "terraform_version": "1.6.6", "serial": 584, "lineage": "c68f1ca9-266d-0d4d-7de5-2f841729178a", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.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-0e9699c779a824a17", "ami": "ami-c725b197", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c269c552"], "subnet_id": "subnet-d2800a6c", "key_name": "prod-deploy-key" } } ] } ] }