{ "version": 4, "terraform_version": "1.5.2", "serial": 545, "lineage": "729e0c28-1481-f067-8375-0cc7a43c2539", "outputs": { "db_endpoint": { "value": "db-4.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-7375bff24bd942e4b", "ami": "ami-62c8ee98", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f21f18fa"], "subnet_id": "subnet-b9fcf687", "key_name": "prod-deploy-key" } } ] } ] }