将 Akamai 属性 导入 Pulumi 时无法加载 edgegrid 配置

Failed to load edgegrid config when importing Akamai property into Pulumi

我正在为 Akamai 属性 试用新的 import functionality。当我 运行 在 pulumi 项目中执行导入命令时,我收到以下错误消息。这是什么 .edgerc 文件,我该如何创建它?

    Type                      Name                      Plan       Info
 +   pulumi:pulumi:Stack       vdp-akamai-akamai-import  create     1 error
 =   └─ akamai:index:Property  example                   import     1 error

Diagnostics:
  pulumi:pulumi:Stack (vdp-akamai-akamai-import):
    error: preview failed

  akamai:index:Property (example):
    error: Preview failed: 1 error occurred:
        * failed to load edgegrid config: unable to load config from environment or .edgerc file: loading config file: open /Users/vcui/.edgerc: no such file or directory

从 Akamai 文档来看,它似乎用作配置文件,您可以在其中存储您的凭据。

Documentation found here