From bb42f19eceaf211c4094198ee49e91c5d6f8660e Mon Sep 17 00:00:00 2001 From: "ankit.patil" Date: Thu, 28 Mar 2024 20:57:35 +0530 Subject: [PATCH] minor update --- docs/resources/appdata_dsource.md | 2 +- docs/resources/oracle_dsource.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/appdata_dsource.md b/docs/resources/appdata_dsource.md index cac94f5..c149638 100644 --- a/docs/resources/appdata_dsource.md +++ b/docs/resources/appdata_dsource.md @@ -14,7 +14,7 @@ The Appdata dSource resource allows Terraform to create and delete AppData dSour * Any new dSource created post Version>=3.2.1 can set `wait_time` to wait for snapshot creation , dSources created prior to this version will not support this capability ## Note -* `status` and `enabled` are subject to change in the state file based on the dSource state. +* `status` and `enabled` are subject to change in the tfstate file based on the dSource state. ## Example Usage diff --git a/docs/resources/oracle_dsource.md b/docs/resources/oracle_dsource.md index 88df7a2..49da1d6 100644 --- a/docs/resources/oracle_dsource.md +++ b/docs/resources/oracle_dsource.md @@ -14,7 +14,7 @@ The Oracle dSource resource allows Terraform to create and delete Oracle dSource * Any new dSource created post Version>=3.2.1 can set `wait_time` to wait for snapshot creation , dSources created prior to this version will not support this capability ## Note -* `status` and `enabled` are subject to change in the state file based on the dSource state. +* `status` and `enabled` are subject to change in the tfstate file based on the dSource state. ## Example Usage