{ "version": 4, "terraform_version": "1.6.4", "serial": 358, "lineage": "53fe0099-0379-9bce-087c-99a2db3b3e55", "outputs": { "db_endpoint": { "value": "db-0.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-67f6620ea76409168", "ami": "ami-af048dd6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d6fb6528"], "subnet_id": "subnet-9c98ecc7", "key_name": "prod-deploy-key" } } ] } ] }