terraform-provider-wavefront: init at 2.1.0
Introduces https://github.com/spaceapegames/terraform-provider-wavefront to the existing set of Terraform providers. Leverages the existing pattern for including community-driven Terraform providers not mentioned here: https://www.terraform.io/docs/providers
This commit is contained in:
parent
bffcb980e3
commit
fcfa6f2cf1
|
@ -714,4 +714,11 @@
|
|||
version = "0.2.0";
|
||||
sha256 = "0ic5b9djhnb1bs2bz3zdprgy3r55dng09xgc4d9l9fyp85g2amaz";
|
||||
};
|
||||
wavefront =
|
||||
{
|
||||
owner = "spaceapegames";
|
||||
repo = "terraform-provider-wavefront";
|
||||
version = "2.1.0";
|
||||
sha256 = "1ir2wkg5mfng7h5544kar1arkjb5ffjhki5qr25a5x0rpwlg99sx";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -20,3 +20,6 @@ tweag/terraform-provider-secret
|
|||
|
||||
# include terraform-provider-segment
|
||||
ajbosco/terraform-provider-segment
|
||||
|
||||
# include terraform-provider-wavefront
|
||||
spaceapegames/terraform-provider-wavefront
|
||||
|
|
Loading…
Reference in New Issue