{ "version": 4, "terraform_version": "1.5.8", "serial": 370, "lineage": "329bdc95-14ba-de35-f944-7239458ba412", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-93468f8cdec63059a", "ami": "ami-9f713b8e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8f0a3aea"], "subnet_id": "subnet-13732285", "key_name": "prod-deploy-key" } } ] } ] }