Selim Acerbas
Selim Acerbas
I fixed following issue with following changes; ---ERROR--- Run terraform init Initializing the backend... ╷ │ Error: Failed to get existing workspaces: querying Cloud Storage failed: Get "https://storage.googleapis.com/storage/v1/b/a_bucket/o?alt=json&delimiter=%2F&endOffset=&includeTrailingDelimiter=false&pageToken=&prefix=terraform%2Fstate%2F&prettyPrint=false&projection=full&startOffset=&versions=false": oauth2/google: status...
I think we can add it anytime anyway so I am also good with it. We can certainly prioritise the functionality of flags and make it perfect.
Sorry for my late response @prabhu34 here is my configuration I was using; ``` module "cloud-function" { source = "GoogleCloudPlatform/cloud-functions/google" version = "0.6.0" function_name = var.CLOUD_FUNCTION.name project_id = var.GCP_PROJECT_ID function_location...
Thank you for the detailed explanation. This means since filtering can only be achieved via API types and their provided attributes, google.cloud.pubsub.topic.v1.messagePublished API does not have any other attribute than...
hello @janetkuo in my PR with #258 I have introduced GDrive tool implementation and also did some changes at schema handling while passing properties. PR is quite new, did not...
I will let you know @janetkuo
@janetkuo unfortunately with `gdrive` I am not able to use custom tools since it does not have a cli.
I purposely avoided using third party tools(it gave me kind a red alert when I saw the last commit done 1.5 years ago). But if you have experience with this...
Thanks for the detailed roadmap, @droot. I would like to share some ideas, considering the enterprise and security perspective, to help make kubectl-ai production-ready. 1. Strict RBAC Adherence: I think...
To be honest while watching the video, told to myself, what the heck is that command! I never experienced it during my tests( I was using only gemini-flash 2.0 model....