python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
CloudFormation Template errors on AWS
Having trouble solving these errors on my template for AWS.
Here are my errors:
WobblelandSecurityGroup CREATE_FAILED Value of property GroupName must be of type String
PrivateSubnet CREATE_FAILED...

Crunchy
Votes: 0
Answers: 1
Update declared variables in GIthub Actions workflow
How does one go about updating a variable that is declared in github action workflow?
Consider the following:
name: Test Variable
on:
push:
branches: [ main ]
pull_request:
branches: [ m...

envyM6
Votes: 0
Answers: 1
How to preserve format with yaml dump in python3
I want to change only the attribute anotherName from the following yaml file with python.
test.yaml:
---
kind: test
scope: not far
spec:
test1:
options:
- name: test.com
anotherNam...
Warok
Votes: 0
Answers: 2