{ "version": 4, "terraform_version": "1.5.6", "serial": 137, "lineage": "d6f39fdb-62ed-34ce-3ac9-7a3451792a65", "outputs": { "db_endpoint": { "value": "db-3.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-9cc33d1292896d0b6", "ami": "ami-07720f0a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8e7628a5"], "subnet_id": "subnet-176cf0ad", "key_name": "prod-deploy-key" } } ] } ] }