mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-07 14:44:11 -06:00
Fix broken link to Consul demo (#7789)
* fixed broken link * update one more link
This commit is contained in:
parent
8c88038647
commit
9539b25966
@ -25,14 +25,14 @@ and will default to "m1.small" if that key does not exist. Once the instance is
|
||||
the "tf\_test/id" and "tf\_test/public\_dns" keys will be set with the computed
|
||||
values for the instance.
|
||||
|
||||
Before we run the example, use the [Web UI](http://demo.consul.io/ui/#/nyc1/kv/)
|
||||
Before we run the example, use the [Web UI](http://demo.consul.io/ui/#/nyc3/kv/)
|
||||
to set the "tf\_test/size" key to "t1.micro". Once that is done,
|
||||
copy the configuration into a configuration file ("consul.tf" works fine).
|
||||
Either provide the AWS credentials as a default value in the configuration
|
||||
or invoke `apply` with the appropriate variables set.
|
||||
|
||||
Once the `apply` has completed, we can see the keys in Consul by
|
||||
visiting the [Web UI](http://demo.consul.io/ui/#/nyc1/kv/). We can see
|
||||
visiting the [Web UI](http://demo.consul.io/ui/#/nyc3/kv/). We can see
|
||||
that the "tf\_test/id" and "tf\_test/public\_dns" values have been
|
||||
set.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user