Skip to content

Commit 8fa297c

Browse files
authored
Update gemini configuration to include TF_ENABLE_OPERATIONS (#227)
1 parent f6931a9 commit 8fa297c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gemini-extension.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@
1313
"TFE_TOKEN",
1414
"-e",
1515
"TFE_ADDRESS",
16+
"-e",
17+
"ENABLE_TF_OPERATIONS",
1618
"hashicorp/terraform-mcp-server:0.3.3"
1719
],
1820
"env": {
1921
"TFE_TOKEN": "$TFE_TOKEN",
20-
"TFE_ADDRESS": "$TFE_ADDRESS"
22+
"TFE_ADDRESS": "$TFE_ADDRESS",
23+
"ENABLE_TF_OPERATIONS": "$ENABLE_TF_OPERATIONS"
2124
}
2225
}
2326
}

0 commit comments

Comments
 (0)