Skip to content

Commit

Permalink
fix: adjust provider source for examples (#182)
Browse files Browse the repository at this point in the history
Replace private registry with public registry for `observe` provider.
  • Loading branch information
jta authored Jul 26, 2024
1 parent 06347e7 commit 3d2cbbb
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions examples/forwarder-kms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ Note that this example may create resources which can cost money. Run terraform
| [aws_s3_bucket.source](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket) | resource |
| [aws_s3_bucket_notification.source](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_notification) | resource |
| [aws_s3_bucket_server_side_encryption_configuration.source](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_server_side_encryption_configuration) | resource |
| observe_datastream.this | resource |
| observe_filedrop.this | resource |
| [observe_datastream.this](https://registry.terraform.io/providers/observeinc/observe/latest/docs/resources/datastream) | resource |
| [observe_filedrop.this](https://registry.terraform.io/providers/observeinc/observe/latest/docs/resources/filedrop) | resource |
| [aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity) | data source |
| [aws_iam_policy_document.kms_default_key_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source |
| observe_workspace.default | data source |
| [observe_workspace.default](https://registry.terraform.io/providers/observeinc/observe/latest/docs/data-sources/workspace) | data source |

## Inputs

Expand Down
2 changes: 1 addition & 1 deletion examples/forwarder-kms/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}

observe = {
source = "terraform.observeinc.com/observeinc/observe"
source = "observeinc/observe"
version = "~> 0.14"
}
}
Expand Down
6 changes: 3 additions & 3 deletions examples/stack-filedrop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ Note that this example may create resources which can cost money. Run terraform

| Name | Type |
|------|------|
| observe_datastream.this | resource |
| observe_filedrop.this | resource |
| [observe_datastream.this](https://registry.terraform.io/providers/observeinc/observe/latest/docs/resources/datastream) | resource |
| [observe_filedrop.this](https://registry.terraform.io/providers/observeinc/observe/latest/docs/resources/filedrop) | resource |
| [aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity) | data source |
| observe_workspace.default | data source |
| [observe_workspace.default](https://registry.terraform.io/providers/observeinc/observe/latest/docs/data-sources/workspace) | data source |

## Inputs

Expand Down
2 changes: 1 addition & 1 deletion examples/stack-filedrop/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}

observe = {
source = "terraform.observeinc.com/observeinc/observe"
source = "observeinc/observe"
version = "~> 0.14"
}
}
Expand Down
8 changes: 4 additions & 4 deletions examples/stack-http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ Note that this example may create resources which can cost money. Run terraform

| Name | Type |
|------|------|
| observe_datastream.this | resource |
| observe_datastream_token.this | resource |
| observe_ingest_info.this | data source |
| observe_workspace.default | data source |
| [observe_datastream.this](https://registry.terraform.io/providers/observeinc/observe/latest/docs/resources/datastream) | resource |
| [observe_datastream_token.this](https://registry.terraform.io/providers/observeinc/observe/latest/docs/resources/datastream_token) | resource |
| [observe_ingest_info.this](https://registry.terraform.io/providers/observeinc/observe/latest/docs/data-sources/ingest_info) | data source |
| [observe_workspace.default](https://registry.terraform.io/providers/observeinc/observe/latest/docs/data-sources/workspace) | data source |

## Inputs

Expand Down
2 changes: 1 addition & 1 deletion examples/stack-http/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}

observe = {
source = "terraform.observeinc.com/observeinc/observe"
source = "observeinc/observe"
version = ">= 0.14.10"
}
}
Expand Down

0 comments on commit 3d2cbbb

Please sign in to comment.