{ "version": 4, "terraform_version": "1.8.4", "serial": 124, "lineage": "16b906df-0f55-a078-4f64-cd108ad498ce", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-df6e428333d18563f", "ami": "ami-f73fabda", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f7507cac"], "subnet_id": "subnet-c5d5f3d0", "key_name": "prod-deploy-key" } } ] } ] }