{ "version": 4, "terraform_version": "1.7.0", "serial": 122, "lineage": "e764cf7d-3415-c5c5-5cd3-9c81f64deb5e", "outputs": { "db_endpoint": { "value": "db-1.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-74c7d4ac56905f259", "ami": "ami-415c9aad", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2682c120"], "subnet_id": "subnet-1b2b2dc2", "key_name": "prod-deploy-key" } } ] } ] }