Skip to content

Commit cfc72cd

Browse files
author
Terje Torkelsen
committed
Updating documentation
1 parent fdb78a1 commit cfc72cd

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,13 @@ environment_variables {
2525
2626
module {
2727
source = "avinor/remote-backend/azurerm"
28-
version = "1.0.0"
28+
version = "1.0.3"
2929
}
3030
3131
inputs {
32-
name = "tfstate"
32+
name = "tfstatedev"
3333
resource_group_name = "terraform-rg"
3434
location = "westeurope"
35-
36-
backends = ["shared", "dev", "test", "prod"]
3735
}
3836
```
3937

@@ -71,7 +69,6 @@ It is recommended to use these access policies to controll all access to Key Vau
7169
access_policies = [
7270
{
7371
object_id = "guid",
74-
backends = ["dev"],
7572
certificate_permissions = [],
7673
key_permissions = [],
7774
secret_permissions = ["get"],

examples/access_policy/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "simple" {
22
source = "avinor/remote-backend/azurerm"
3-
version = "1.0.1"
3+
version = "1.0.3"
44

55
name = "simple"
66
resource_group_name = "simple-rg"

examples/network-rules/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "simple" {
22
source = "avinor/remote-backend/azurerm"
3-
version = "1.0.1"
3+
version = "1.0.3"
44

55
name = "simple"
66
resource_group_name = "simple-rg"

examples/simple/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "simple" {
22
source = "avinor/remote-backend/azurerm"
3-
version = "1.0.1"
3+
version = "1.0.3"
44

55
name = "simplestate"
66
resource_group_name = "simple-rg"

0 commit comments

Comments
 (0)