Skip to content

Commit 871f290

Browse files
authored
Merge pull request #50566 from aldiazRH/OSDOCS-2344
[OSDOCS-2344] removed mentions of --delete-stack as it has been deprecated
2 parents 8018ec1 + a3490bb commit 871f290

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/rosa-deleting-cluster.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ ifndef::sts[]
108108
+
109109
[source, terminal]
110110
----
111-
$ rosa init --delete-stack
111+
$ rosa init --delete
112112
----
113113
endif::sts[]
114114

modules/rosa-initialize.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $ rosa init [arguments]
3838
|--region
3939
|The AWS region (string) in which to verify quota and permissions. This value overrides the `AWS_REGION` environment variable only when running the `init` command, but it does not change your AWS CLI configuration.
4040

41-
|--delete-stack
41+
|--delete
4242
|Deletes the stack template that is applied to your AWS account during the `init` command.
4343

4444
|--client-id

modules/rosa-troubleshooting-osdccsadmin-deployment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To fix this issue:
2020
+
2121
[source,terminal]
2222
----
23-
$ rosa init --delete-stack
23+
$ rosa init --delete
2424
----
2525

2626
. Reinitialize your account:

0 commit comments

Comments
 (0)