{ "version": 4, "terraform_version": "1.6.9", "serial": 109, "lineage": "761564cd-bc2e-c1ab-87f5-a358d3a0cf69", "outputs": { "db_endpoint": { "value": "db-2.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-b33548a89e2068e42", "ami": "ami-8645ae74", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6df8ac7a"], "subnet_id": "subnet-5688d36d", "key_name": "prod-deploy-key" } } ] } ] }