add comment about the version field

pull/288/head
Steven Masley 11 months ago
parent 06d2573aef
commit 27ea0b1e81
No known key found for this signature in database

@ -47,6 +47,7 @@ You can test a module locally by updating the source as follows
```tf
module "example" {
source = "git::https://github.com/<USERNAME>/<REPO>.git//<MODULE-NAME>?ref=<BRANCH-NAME>"
# You may need to remove the 'version' field, it is incompatible with some sources.
}
```

Loading…
Cancel
Save