Giter Club home page Giter Club logo

Comments (6)

paultyng avatar paultyng commented on June 18, 2024 4

@megan07 you are the best!

from terraform-provider-googleworkspace.

paultyng avatar paultyng commented on June 18, 2024 3

This is my existing data source, but please feel free to completely disregard and do you own thing 😄 https://registry.terraform.io/providers/paultyng/gsuite/latest/docs/data-sources/sheets_spreadsheet_values

The use case was that I swapped in a Google Sheet in places where I was previously using csvdecode for data, etc.

from terraform-provider-googleworkspace.

briananstett avatar briananstett commented on June 18, 2024 3

Being able to write to Google Sheets with Terraform would be really cool. My current use case is my organization would like to keep a living document of all sites we're currently hosting that is easilly accessible to other departments.

from terraform-provider-googleworkspace.

hanneshayashi avatar hanneshayashi commented on June 18, 2024 1

I know it's not the same as "proper" support for Google Sheets, but my Terraform Provider for Google Drive supports importing a CSV file as a Google Sheet with the gdrive_file resource:

resource "gdrive_file" "import_csv" {
  name             = "my_sheet"
  mime_type        = "application/vnd.google-apps.spreadsheet"
  mime_type_source = "text/csv"
  content          = "./test.csv"
  parent           = gdrive_file.folder.id
}

Maybe that helps some of you guys with a relatively simple use case.

Edit: You could potentially also export a Sheet to a CSV file using the gdrive_file datasource.

from terraform-provider-googleworkspace.

briananstett avatar briananstett commented on June 18, 2024

@megan07 just wondering if there's been any movement on this? Thanks for your help.

from terraform-provider-googleworkspace.

JavierLopezT avatar JavierLopezT commented on June 18, 2024

@megan07 I would be very interested on this

from terraform-provider-googleworkspace.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.