terraform-provider-sendgrid

command module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 4, 2020 License: MIT Imports: 3 Imported by: 0

README

Terraform Provider Sendgrid

supported resources

Current supported only ip_access_management
ip_access_management

data sources
  • sendgrid_whitelist_ip
data "sendgrid_whitelist_ip" "first" {
  id = 1945952
}
resources
  • sendgrid_whitelist_ip
resource "sendgrid_whitelist_ip" "first" {
  ip = "192.168.0.1/32"
}

Test sample configuration

First, build and install the provider.

make install

Then, run the following command to initialize the workspace and apply the sample configuration.

cd examples
terraform init && terraform apply

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL