Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 14:30
· 26 commits to main since this release
affde65
Add account_id to allow module to function @JohnShortland (#24)

what

  • Added account_id as a variable
  • Added account_id to teh record resource

why

  • Module no longer worked if creating any records
Planning changes with 0 custom hooks...
Error: Missing required argument
on .terraform/modules/zone/main.tf line 23, in resource "cloudflare_zone" "default":
23: resource "cloudflare_zone" "default" {
The argument "account_id" is required, but no definition was found.
Unexpected exit code when planning changes: 1

references

closes #22

Sync github @max-lobur (#23)

Rebuild github dir from the template