{ "version": 4, "terraform_version": "1.5.0", "serial": 168, "lineage": "13077da7-e94a-2262-d465-b71857cb4f69", "outputs": { "db_endpoint": { "value": "db-0.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-2d7c79ea0924e57fe", "ami": "ami-be8d5975", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e8a3b5fa"], "subnet_id": "subnet-26aebb87", "key_name": "prod-deploy-key" } } ] } ] }