{ "version": 4, "terraform_version": "1.6.4", "serial": 517, "lineage": "f9873da8-3d2e-6cff-ec11-73b0f4a04cc0", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-cb67a279809ace3c8", "ami": "ami-dca0f216", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-11afd9b6"], "subnet_id": "subnet-40aceec4", "key_name": "prod-deploy-key" } } ] } ] }