opentofu/internal
Nick Fagerlund d5938f6b45 Add (*Cloud).ShowPlanForRun method to support terraform show
To do the "human" version of showing a plan, we need more than just the redacted
plan JSON itself; we also need a bunch of extra information that only the Cloud
backend is in a position to find out (since it's the only one holding a
configured go-tfe client instance). So, this method takes a run ID and hostname,
finds out everything we're going to need, and returns it wrapped up in a
RemotePlanJSON struct.
2023-07-24 14:12:44 -04:00
..
addrs Add input validation into the 'checks' outputs and tracking (#33481) 2023-07-10 11:33:45 +01:00
backend Apply a confirmable run when given a saved cloud plan (#33270) 2023-07-24 14:12:40 -04:00
builtin builtin/providers/terraform: terraform_data "id" is guaranteed non-null 2023-05-24 13:44:08 -07:00
checks testing framework: introduce test command optional flags (#33504) 2023-07-19 10:07:46 +02:00
cloud Add (*Cloud).ShowPlanForRun method to support terraform show 2023-07-24 14:12:44 -04:00
command New plans.Quality type for display-relevant facts about a plan 2023-07-24 14:12:44 -04:00
communicator [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
configs testing framework: change test file extension to .tftest.hcl (#33553) 2023-07-20 16:57:05 +02:00
copy [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
dag [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
depsfile [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
didyoumean [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
e2e [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
experiments [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
genconfig fix static check errors 2023-05-30 18:00:41 -07:00
getmodules [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
getproviders upgrade golang.org/x/crypto/openpgp to github.com/ProtoMail/go-crypto (#33406) 2023-06-22 08:32:12 +02:00
grpcwrap [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
helper/slowmessage [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
httpclient [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
initwd testing framework: change test file extension to .tftest.hcl (#33553) 2023-07-20 16:57:05 +02:00
instances [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
ipaddr [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
lang testing framework: introduce test command optional flags (#33504) 2023-07-19 10:07:46 +02:00
legacy [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
logging [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
modsdir [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
moduledeps [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
moduletest testing framework: introduce test command optional flags (#33504) 2023-07-19 10:07:46 +02:00
plans New plans.Quality type for display-relevant facts about a plan 2023-07-24 14:12:44 -04:00
plugin always set schema caches from provider clients 2023-07-18 13:52:41 -04:00
plugin6 always set schema caches from provider clients 2023-07-18 13:52:41 -04:00
provider-simple [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
provider-simple-v6 [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
provider-terraform/main [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
providercache [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
providers add get_provider_schema_optional server capability 2023-07-10 10:59:15 -04:00
provisioner-local-exec/main [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
provisioners [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
refactoring testing framework: introduce test command optional flags (#33504) 2023-07-19 10:07:46 +02:00
registry [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
repl testing framework: introduce test command optional flags (#33504) 2023-07-19 10:07:46 +02:00
replacefile [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
states Add input validation into the 'checks' outputs and tracking (#33481) 2023-07-10 11:33:45 +01:00
terminal [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
terraform testing framework: change test file extension to .tftest.hcl (#33553) 2023-07-20 16:57:05 +02:00
tfdiags [testing framework] implement expect_failures functionality (#33443) 2023-07-10 11:30:44 +01:00
tfplugin5 Merge pull request #33486 from hashicorp/jbardin/schema-cache-proto 2023-07-18 11:18:11 -04:00
tfplugin6 Merge pull request #33486 from hashicorp/jbardin/schema-cache-proto 2023-07-18 11:18:11 -04:00