Categorygithub.com/tetratelabs/pulumi-checkmate
repository
1.8.3
Repository: https://github.com/tetratelabs/pulumi-checkmate.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Checkmate Provider for Pulumi

Make "readiness" a resource.

Generated from the checkmate terraform provider

Updating

To update the terraform provider version, you need to edit 3 files:

  • Makefile
  • go.mod
  • provider/resources.go

And then run make. If any of the versions are mistmatched, make should fail and print a message indicating which file.

Publishing

Run git tag v{new version} and push. You can run make tagcheck to double check that the tag matches the provider version.