Giter Site home page Giter Site logo

jaketf / terraform-google-data-fusion Goto Github PK

View Code? Open in Web Editor NEW

This project forked from terraform-google-modules/terraform-google-data-fusion

0.0 1.0 0.0 55 KB

[ALPHA] Terraform module for managing Cloud Data Fusion

License: Apache License 2.0

Makefile 7.51% HCL 86.62% Ruby 5.87%

terraform-google-data-fusion's Introduction

terraform-google-data-fusion

This module handle opinionated Google Cloud Platform Data Fusion instances.

Usage

Basic usage of this module is as follows:

module "data_fusion" {
  source  = "terraform-google-modules/data-fusion/google"
  version = "~> 0.1"

  name    = "example-instance"
  project = "example-project"
  region  = "us-central1"
}

Functional examples are included in the examples directory.

Inputs

Name Description Type Default Required
data_fusion_service_account Google Managed Data Fusion Service Account Email string n/a yes
dataproc_subnet Name for subnet to create and configure for Dataproc clusters controlled by private Data Fusion instance. string "dataproc-subnet" no
description An optional description of the instance. string "null" no
labels The resource labels for instance to use to annotate any related underlying resources, such as Compute Engine VMs. map(string) <map> no
name Name of the instance. string n/a yes
network Name for VPC to create or reuse to be configured for use with private Data Fusion instance. string n/a yes
options Map of additional options used to configure the behavior of Data Fusion instance. map(string) <map> no
project The project ID to deploy to. string n/a yes
region The region of the instance. string n/a yes
type Represents the type of the instance (BASIC or ENTERPRISE) string "ENTERPRISE" no

Outputs

Name Description
instance The created CDF instance
tenant_project The Google managed tenant project ID in which the instance will run its jobs

Requirements

These sections describe requirements for using this module.

Software

The following dependencies must be available:

Service Account

A service account with the following roles must be used to provision the resources of this module:

  • Data Fusion Admin: roles/datafusion.admin

The Project Factory module and the IAM module may be used in combination to provision a service account with the necessary roles applied.

APIs

A project with the following APIs enabled must be used to host the resources of this module:

  • Google Cloud Data Fusion API: datafusion.googleapis.com

The Project Factory module can be used to provision a project with the necessary APIs enabled.

Contributing

Refer to the contribution guidelines for information on contributing to this module.

terraform-google-data-fusion's People

Contributors

morgante avatar umairidris avatar

Watchers

 avatar

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.