{ "version": 4, "terraform_version": "1.5.1", "serial": 245, "lineage": "ed749499-3bcc-1101-97d8-287c87bd5d05", "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-0ab310d667d766158", "ami": "ami-e107b7ae", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-81dcae07"], "subnet_id": "subnet-55135c84", "key_name": "prod-deploy-key" } } ] } ] }