Skip to content

Commit

Permalink
fet: add Running OpenStack Flex Using Pulumi and TypeScript blog posts
Browse files Browse the repository at this point in the history
  • Loading branch information
devx committed Dec 2, 2024
1 parent 2fef769 commit fe303d5
Show file tree
Hide file tree
Showing 2 changed files with 580 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,26 @@ config:
#### Step 4: Define an OpenStack Instance
Edit __main__.py and add the following code:
```python
"""A Python Pulumi program"""
"""
Copyright (C) 2024 DevX <[email protected]>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
A Python Pulumi program
"""

import pulumi_openstack as openstack
import pulumi
Expand Down
Loading

0 comments on commit fe303d5

Please sign in to comment.