{ "version": 4, "terraform_version": "1.7.3", "serial": 574, "lineage": "e498f787-c5ac-31d6-cc52-e4051fea1173", "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-8e0dc9ca0c3680cc0", "ami": "ami-1bb7898c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3ec290b1"], "subnet_id": "subnet-fadfd16b", "key_name": "prod-deploy-key" } } ] } ] }