{ "version": 4, "terraform_version": "1.7.1", "serial": 118, "lineage": "82c10ac7-f8a9-e48c-5f63-b9302cb0fac6", "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-78f84b9ec5b6d56ae", "ami": "ami-2281663a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d0112ace"], "subnet_id": "subnet-74ed4607", "key_name": "prod-deploy-key" } } ] } ] }