Basic terraform to create an AWS Simple Notification Service (SNS) and Simple Queue Service (SQS)
choco install awscli -y
type 'aws configure'
enter the following information when asked:
AWS Access Key ID [None]: Enter Key
AWS Secret Access Key [None]: Enter Secret
Default region name [None]: enter region e.g. eu-west-1
Default output format [None]: format type e.g. json
terraform get
--get the moduleterraform plan
-- setup the planterraform apply
-- run the script