Skip to content

Commit

Permalink
v0.95
Browse files Browse the repository at this point in the history
  • Loading branch information
Everson4t committed Apr 15, 2021
1 parent b39055e commit 20c47be
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ endpoint = "https://cell-1.streaming.sa-saopaulo-1.oci.oraclecloud.com"

## Deploy Using Oracle Resource Manager

1. Click [![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?region=home&zipUrl=https://github.com/oracle-quickstart/oci-arch-clamd-object-storage/releases/latest/download/oci-arch-clamd-object-storage-stack-latest.zip)
1. Click [![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?region=home&zipUrl=https://github.com/Everson4t/antivirus-for-objectstore/releases/latest/download/antivirus-for-objectstore-stack-latest.zip)

If you aren't already signed in, when prompted, enter the tenancy and user credentials.

Expand Down
3 changes: 1 addition & 2 deletions provider.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.14"
required_version = ">= 0.12.0"
}

provider "oci" {
Expand All @@ -8,5 +8,4 @@ provider "oci" {
fingerprint = var.fingerprint
private_key_path = var.private_key_path
region = var.region
disable_auto_retries = "true"
}
Binary file not shown.
Binary file not shown.

0 comments on commit 20c47be

Please sign in to comment.