{ "version": 4, "terraform_version": "1.5.3", "serial": 299, "lineage": "c5fbbe0d-a940-2d94-13f6-20f3f759c0d1", "outputs": { "db_endpoint": { "value": "db-4.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-6ec89987ec682e550", "ami": "ami-f409f51c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5180b738"], "subnet_id": "subnet-1fe9f93d", "key_name": "prod-deploy-key" } } ] } ] }