In terraform how to use autoscaling_groups and launch_configurations options in Terraform aws_elastic_beanstalk_environment [closed] - configuration

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 days ago.
Improve this question
In terraform how to use autoscaling_groups and launch_configurations options in aws_elastic_beanstalk_environment
Need a snippet of code
I tried in google but did not find out use these options.

Related

live server http://127.0.0.1:54572/ error in vs code [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 15 hours ago.
Improve this question
getting error http://127.0.0.1:54572/ in vs code while opening the live server for wed development
i want to solve my problem

Not Able to Verify ITR1 [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 months ago.
Improve this question
I got an error message while verification of my ITR1.
[#/ITR/ITR1/TaxPayments/TaxPayment/0/DateDep: string [NaN-NaN-NaN] does not match pattern ([12]\d{3}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01]))];#;Please contact the developer of your utility with the error key
Please help me to solve this
I had the same problem. I downloaded the JSON after filling online and then used offline utility to file the returns.

Search for specific code string [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
Is there a way to scan a folder to find a string in HTML, CSS, PHP, etc?
Short answer: yes, you may easily do so if you're on Linux. You can use the commandline utility "grep". Here's a tutorial you may find helpful.

What customization or init files are there in Beaker Notebook? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I'd like to modify the UI in Beaker Notebook. What customization or init files are available for this?
~/.beaker/v1/config/beaker.pref.json is read at startup and can modify the UI in many ways. See its documentation, including how to manipulate the menus.

How to solve this database connection error? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Deprecated:mysql_connect(): the MySQL extension is deprecated and will be removed in the future: use mysqli or PDO instead How to remove this errors???
Set this code on the top of your pages.
error_reporting(E_ALL ^ E_DEPRECATED);
ini_set('display_errors',1 );