{ "version": 4, "terraform_version": "1.5.9", "serial": 274, "lineage": "ae6dfb2e-4f39-2644-6ef2-5b12b50ffe52", "outputs": { "db_endpoint": { "value": "db-1.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-972b2351875065b97", "ami": "ami-b33a7fb7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8ad5bc07"], "subnet_id": "subnet-4075cccb", "key_name": "prod-deploy-key" } } ] } ] }