{ "version": 4, "terraform_version": "1.6.1", "serial": 559, "lineage": "346b90bb-3b8e-ec88-c569-c2860adb6aee", "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-2a89014dab1fdc2cf", "ami": "ami-693abfdc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-76f2cdfd"], "subnet_id": "subnet-a64c7cc0", "key_name": "prod-deploy-key" } } ] } ] }