{ "version": 4, "terraform_version": "1.7.7", "serial": 426, "lineage": "695a00a3-f9a2-a6ed-4b97-61d6197762b4", "outputs": { "db_endpoint": { "value": "db-1.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-c392ee813e445fe6f", "ami": "ami-54bf368c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-df312856"], "subnet_id": "subnet-d57790d7", "key_name": "prod-deploy-key" } } ] } ] }