{ "version": 4, "terraform_version": "1.5.7", "serial": 444, "lineage": "b52f1a86-36f8-1d5b-56d0-7fa718d73167", "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-eab5a14bf63b4344f", "ami": "ami-2ac05d9b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-dabe6927"], "subnet_id": "subnet-33e65e80", "key_name": "prod-deploy-key" } } ] } ] }