{ "version": 4, "terraform_version": "1.6.3", "serial": 541, "lineage": "e09b5006-67ef-f01a-61b1-10aead09a8ac", "outputs": { "db_endpoint": { "value": "db-3.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-de462866eeecfdb28", "ami": "ami-6715d09c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3bfa0585"], "subnet_id": "subnet-1f0822e0", "key_name": "prod-deploy-key" } } ] } ] }