{ "version": 4, "terraform_version": "1.6.1", "serial": 111, "lineage": "73ffb242-f965-25be-f0a2-ae1ef1d1a21d", "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-e4b3ebf4260004b36", "ami": "ami-1c5a8d79", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-16468f4f"], "subnet_id": "subnet-97891362", "key_name": "prod-deploy-key" } } ] } ] }