{ "version": 4, "terraform_version": "1.7.2", "serial": 474, "lineage": "f767ba4d-fcf7-3dcf-464d-e21e83a96f59", "outputs": { "db_endpoint": { "value": "db-0.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-26116a8cc969a146a", "ami": "ami-c4146290", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3fa64eab"], "subnet_id": "subnet-142d9989", "key_name": "prod-deploy-key" } } ] } ] }