{ "version": 4, "terraform_version": "1.7.3", "serial": 251, "lineage": "4f6383ad-c076-e217-1522-68f73e13a466", "outputs": { "db_endpoint": { "value": "db-3.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-590fe3daec8be33df", "ami": "ami-26c39f77", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b0bd4762"], "subnet_id": "subnet-e8e37054", "key_name": "prod-deploy-key" } } ] } ] }