Giter VIP home page Giter VIP logo

terraform-provider-identity-platform's Introduction

Terraform Provider for Google Identity Platform

This is a Terraform provider which is used to configure Google Identity Platform, available from the Google Marketplace.

Requirements

Installing the provider

Enter the provider directory and run the following command:

make install

Using the provider

See the example directory for an example usage.

Importing Config

The resource ID used to import the Config must conform to the following syntax:

projects/<project-number>/config

The project number can be found on the homepage of the Google Dashboard.

Example

terraform import identity_platform_config.test_config projects/1234567890/config

terraform-provider-identity-platform's People

Contributors

toefungi avatar shaunegan avatar

Stargazers

shikajiro avatar

Watchers

James Cloos avatar Paul avatar Armand Janse van Rensburg avatar

terraform-provider-identity-platform's Issues

Complex objects cannot be unspecified

Given the following configuration, we experience a terraform crash:

terraform {
  required_providers {
    identity-platform = {
      version = "1.0.0"
      source = "sigmadigital.io/google/identity-platform"
    }
  }
}

provider "identity-platform" {}

resource "identity_platform_config" "auth_config" {
  provider = identity-platform

  project_id = "<gcp-project-id>"

  email {
    enabled = true
    password_required = true
  }

  phone_number {
    enabled = true
  }

//  notification {
//    send_email {
//      method = "default"
//      callback_uri = "https://<gcp-project-id>.firebaseapp.com/__/auth/action"
//    }
//  }

  subtype = "IDENTITY_PLATFORM"

  authorized_domains = [
    "localhost",
    "<gcp-project-id>.firebaseapp.com",
    "<gcp-project-id>.web.app",
  ]
}

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.