{ "version": 4, "terraform_version": "1.7.6", "serial": 508, "lineage": "b318ece7-25d8-47fa-f3da-41b185684c6f", "outputs": { "db_endpoint": { "value": "db-4.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-785623fd1ba55c5aa", "ami": "ami-2e3fe573", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-acbecb22"], "subnet_id": "subnet-caba2b48", "key_name": "prod-deploy-key" } } ] } ] }