# README
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
# Packages
No description provided by the author