{ "version": 4, "terraform_version": "1.5.0", "serial": 268, "lineage": "55094a4b-802a-0a8d-1216-037c39c0c399", "outputs": { "db_endpoint": { "value": "db-3.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-bebb2c8b9982143fb", "ami": "ami-1fe98f42", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3433a825"], "subnet_id": "subnet-37b8e71e", "key_name": "prod-deploy-key" } } ] } ] }