{ "version": 4, "terraform_version": "1.5.2", "serial": 314, "lineage": "49535b19-f7b7-e0ae-4ccb-b8ba6f293691", "outputs": { "db_endpoint": { "value": "db-4.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-908072717c5d1dd08", "ami": "ami-6c423053", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f00632a9"], "subnet_id": "subnet-df0446c2", "key_name": "prod-deploy-key" } } ] } ] }