{ "version": 4, "terraform_version": "1.6.5", "serial": 396, "lineage": "31fbd43e-754f-2dda-8b1c-07a7d4adb45f", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-b0c0f44f8da844bc3", "ami": "ami-3e6764b7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-91e55626"], "subnet_id": "subnet-03b1de40", "key_name": "prod-deploy-key" } } ] } ] }