Skip to content

Commit

Permalink
Merge pull request #3 from Noahnc/fix/project_structure
Browse files Browse the repository at this point in the history
fix(project_structure): move terraform files from srv to root
  • Loading branch information
Noahnc authored Aug 27, 2023
2 parents 711b948 + cbc3999 commit 4f78c33
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@ resource "azurerm_role_definition" "custom_role_assigner" {

```bash
module "main_certificate_manager" {
source = <module-source>
source = "Noahnc/certificate_manager/azurerm"
version = "1.0.0"
name = <name>
location = <location>
resource_group_name = <resource-group-name>
key_vault = {
name = <key-vault-name>
id = <key_vault_id>
name = <key-vault-name>
id = <key_vault_id>
}
enable_verbose_logging = false
default_contact_email = <mail>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4f78c33

Please sign in to comment.