{ "version": 4, "terraform_version": "1.8.9", "serial": 169, "lineage": "9fb35a98-e14c-8430-1200-63e409108280", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-528f7b994436fab00", "ami": "ami-e958ddce", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-996fcef9"], "subnet_id": "subnet-adf18650", "key_name": "prod-deploy-key" } } ] } ] }