Skip to content

Commit 3c853f5

Browse files
Fixed spelling.
1 parent 775d243 commit 3c853f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ This Terraform implements the [prerequisites](https://docs.oracle.com/en-us/iaas
66
- Compartments - The recommended Migration and MigrationSecrets [compartments](https://docs.oracle.com/en-us/iaas/Content/cloud-migration/cloud-migration-get-started.htm#cloud-migration-recommendations-compartments).
77
- OCI Vault and Key - The vault used to store [vCenter credentials](https://docs.oracle.com/en-us/iaas/Content/cloud-migration/cloud-migration-remote-agent-appliance.htm#cloud-migration-vsphere-privileges).
88
- Object Storage Bucket - The Object Storage [bucket](https://docs.oracle.com/en-us/iaas/Content/cloud-migration/cloud-migration-understand-vm-replication.htm#cloud-migration-replication-bucket) used for transferring vSphere snapshot data into OCI.
9-
- Mandatory Service Policies - The mandatory [service policies](https://docs.oracle.com/en-us/iaas/Content/cloud-migration/cloud-migration-servicepolicies.htm) and assoicated dynamic groups needed for OCM serivce components to function.
9+
- Mandatory Service Policies - The mandatory [service policies](https://docs.oracle.com/en-us/iaas/Content/cloud-migration/cloud-migration-servicepolicies.htm) and associated dynamic groups needed for OCM service components to function.
1010
- Oracle Cloud Bridge Inventory - The [Inventory](https://docs.oracle.com/en-us/iaas/Content/cloud-migration/cloud-migration-inventory.htm) used to store discovered assets for migration.
1111
- Tag Namespace and Tags - The tag namespace and tags used by Oracle Cloud Migrations to keep track of [migrated resources](https://docs.oracle.com/en-us/iaas/Content/cloud-migration/cloud-migration-get-started.htm#cloud-migration-prerequisites-ocm).

identity.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ resource "oci_identity_tag_namespace" "CloudMigrations" {
169169

170170
resource "oci_identity_tag" "ServiceUse" {
171171
name = "ServiceUse"
172-
description = "Oracle Cloud Migrations serivce"
172+
description = "Oracle Cloud Migrations service"
173173
tag_namespace_id = oci_identity_tag_namespace.CloudMigrations.id
174174
}
175175

0 commit comments

Comments
 (0)