File tree 4 files changed +0
-28
lines changed
auth0_resource_server_scope
auth0_resource_server_scopes
4 files changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,6 @@ conjunction with the `auth0_resource_server_scopes` resource when managing scope
18
18
resource "auth0_resource_server" "resource_server" {
19
19
name = "Example Resource Server (Managed by Terraform)"
20
20
identifier = "https://api.example.com"
21
-
22
- # Until we remove the ability to operate changes on
23
- # the scopes field it is important to have this
24
- # block in the config, to avoid diffing issues.
25
- lifecycle {
26
- ignore_changes = [scopes]
27
- }
28
21
}
29
22
30
23
resource "auth0_resource_server_scope" "read_posts" {
Original file line number Diff line number Diff line change @@ -19,13 +19,6 @@ server id.
19
19
resource "auth0_resource_server" "my_api" {
20
20
name = "Example Resource Server (Managed by Terraform)"
21
21
identifier = "https://api.example.com"
22
-
23
- # Until we remove the ability to operate changes on
24
- # the scopes field it is important to have this
25
- # block in the config, to avoid diffing issues.
26
- lifecycle {
27
- ignore_changes = [scopes]
28
- }
29
22
}
30
23
31
24
resource "auth0_resource_server_scopes" "my_api_scopes" {
Original file line number Diff line number Diff line change 1
1
resource "auth0_resource_server" "resource_server" {
2
2
name = " Example Resource Server (Managed by Terraform)"
3
3
identifier = " https://api.example.com"
4
-
5
- # Until we remove the ability to operate changes on
6
- # the scopes field it is important to have this
7
- # block in the config, to avoid diffing issues.
8
- lifecycle {
9
- ignore_changes = [scopes ]
10
- }
11
4
}
12
5
13
6
resource "auth0_resource_server_scope" "read_posts" {
Original file line number Diff line number Diff line change 1
1
resource "auth0_resource_server" "my_api" {
2
2
name = " Example Resource Server (Managed by Terraform)"
3
3
identifier = " https://api.example.com"
4
-
5
- # Until we remove the ability to operate changes on
6
- # the scopes field it is important to have this
7
- # block in the config, to avoid diffing issues.
8
- lifecycle {
9
- ignore_changes = [scopes ]
10
- }
11
4
}
12
5
13
6
resource "auth0_resource_server_scopes" "my_api_scopes" {
You can’t perform that action at this time.
0 commit comments