{ "version": 4, "terraform_version": "1.6.1", "serial": 249, "lineage": "e2b004ef-7580-68e5-6cd1-80afd41478a1", "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-36fcd30ba00977b16", "ami": "ami-e31ca1f7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f940d6b3"], "subnet_id": "subnet-88170b19", "key_name": "prod-deploy-key" } } ] } ] }