{ "version": 4, "terraform_version": "1.6.7", "serial": 362, "lineage": "4031fa87-cc76-5fda-62c0-63350b676bb6", "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-6dbd63fbe88967c6b", "ami": "ami-8846c427", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1d9cd99f"], "subnet_id": "subnet-c42fe096", "key_name": "prod-deploy-key" } } ] } ] }