This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xxs-MacBook-Pro:terraform xx$ TF_LOG=DEBUG terraform apply | |
2019/12/26 14:45:51 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2019/12/26 14:45:51 [INFO] Terraform version: 0.12.18 | |
2019/12/26 14:45:51 [INFO] Go runtime version: go1.12.13 | |
2019/12/26 14:45:51 [INFO] CLI args: []string{"/Users/xx/bin/terraform", "apply"} | |
2019/12/26 14:45:51 [DEBUG] Attempting to open CLI config file: /Users/xx/.terraformrc | |
2019/12/26 14:45:51 Loading CLI configuration from /Users/xx/.terraformrc | |
2019/12/26 14:45:51 [INFO] CLI command args: []string{"apply"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Include the SDK using the Composer autoloader | |
require '/AWS_LIB_PATH/aws-autoloader.php'; | |
use Aws\Common\Aws; | |
/// Create a service locator using a configuration file | |
$aws = Aws::factory(array( | |
'region' => 'eu-west-1', // define zone here | |
'key' => 'API KEY', // define your api key here |