{ "version": 4, "terraform_version": "1.5.3", "serial": 244, "lineage": "73da0b22-7ee0-8e11-4bfe-41efa0dea8fb", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-e3b7c75fcc6fb66a2", "ami": "ami-340fac92", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b41a4450"], "subnet_id": "subnet-f9b6b816", "key_name": "prod-deploy-key" } } ] } ] }